| Package | Description |
|---|---|
| com.atid.lib.atx88 | |
| com.atid.lib.reader.event | |
| com.atid.lib.reader.types |
| Modifier and Type | Method and Description |
|---|---|
void |
ATx88Reader.onUsbChargerChanged(UsbChargerType type,
UsbChargerState state,
java.lang.Object params) |
| Modifier and Type | Method and Description |
|---|---|
void |
IATEAReaderEventListener.onReaderUsbChargerChanged(ATEAReader reader,
UsbChargerType type,
UsbChargerState state,
java.lang.Object params)
Called to report the USB type and state of the Device attached to the ATEAReader instance before it occurs.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbChargerState |
UsbChargerState.valueOf(int code) |
static UsbChargerState |
UsbChargerState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UsbChargerState[] |
UsbChargerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|